3.123 \(\int \frac {x^3}{\log (c (a+b x^2))} \, dx\)

Optimal. Leaf size=45 \[ \frac {\text {Ei}\left (2 \log \left (c \left (b x^2+a\right )\right )\right )}{2 b^2 c^2}-\frac {a \text {li}\left (c \left (b x^2+a\right )\right )}{2 b^2 c} \]

[Out]

1/2*Ei(2*ln(c*(b*x^2+a)))/b^2/c^2-1/2*a*Li(c*(b*x^2+a))/b^2/c

________________________________________________________________________________________

Rubi [A]  time = 0.10, antiderivative size = 45, normalized size of antiderivative = 1.00, number of steps used = 8, number of rules used = 7, integrand size = 16, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.438, Rules used = {2454, 2399, 2389, 2298, 2390, 2309, 2178} \[ \frac {\text {Ei}\left (2 \log \left (c \left (b x^2+a\right )\right )\right )}{2 b^2 c^2}-\frac {a \text {li}\left (c \left (b x^2+a\right )\right )}{2 b^2 c} \]

Antiderivative was successfully verified.

[In]

Int[x^3/Log[c*(a + b*x^2)],x]

[Out]

ExpIntegralEi[2*Log[c*(a + b*x^2)]]/(2*b^2*c^2) - (a*LogIntegral[c*(a + b*x^2)])/(2*b^2*c)

Rule 2178

Int[(F_)^((g_.)*((e_.) + (f_.)*(x_)))/((c_.) + (d_.)*(x_)), x_Symbol] :> Simp[(F^(g*(e - (c*f)/d))*ExpIntegral
Ei[(f*g*(c + d*x)*Log[F])/d])/d, x] /; FreeQ[{F, c, d, e, f, g}, x] &&  !$UseGamma === True

Rule 2298

Int[Log[(c_.)*(x_)]^(-1), x_Symbol] :> Simp[LogIntegral[c*x]/c, x] /; FreeQ[c, x]

Rule 2309

Int[((a_.) + Log[(c_.)*(x_)]*(b_.))^(p_)*(x_)^(m_.), x_Symbol] :> Dist[1/c^(m + 1), Subst[Int[E^((m + 1)*x)*(a
 + b*x)^p, x], x, Log[c*x]], x] /; FreeQ[{a, b, c, p}, x] && IntegerQ[m]

Rule 2389

Int[((a_.) + Log[(c_.)*((d_) + (e_.)*(x_))^(n_.)]*(b_.))^(p_.), x_Symbol] :> Dist[1/e, Subst[Int[(a + b*Log[c*
x^n])^p, x], x, d + e*x], x] /; FreeQ[{a, b, c, d, e, n, p}, x]

Rule 2390

Int[((a_.) + Log[(c_.)*((d_) + (e_.)*(x_))^(n_.)]*(b_.))^(p_.)*((f_) + (g_.)*(x_))^(q_.), x_Symbol] :> Dist[1/
e, Subst[Int[((f*x)/d)^q*(a + b*Log[c*x^n])^p, x], x, d + e*x], x] /; FreeQ[{a, b, c, d, e, f, g, n, p, q}, x]
 && EqQ[e*f - d*g, 0]

Rule 2399

Int[((f_.) + (g_.)*(x_))^(q_.)/((a_.) + Log[(c_.)*((d_) + (e_.)*(x_))^(n_.)]*(b_.)), x_Symbol] :> Int[ExpandIn
tegrand[(f + g*x)^q/(a + b*Log[c*(d + e*x)^n]), x], x] /; FreeQ[{a, b, c, d, e, f, g, n}, x] && NeQ[e*f - d*g,
 0] && IGtQ[q, 0]

Rule 2454

Int[((a_.) + Log[(c_.)*((d_) + (e_.)*(x_)^(n_))^(p_.)]*(b_.))^(q_.)*(x_)^(m_.), x_Symbol] :> Dist[1/n, Subst[I
nt[x^(Simplify[(m + 1)/n] - 1)*(a + b*Log[c*(d + e*x)^p])^q, x], x, x^n], x] /; FreeQ[{a, b, c, d, e, m, n, p,
 q}, x] && IntegerQ[Simplify[(m + 1)/n]] && (GtQ[(m + 1)/n, 0] || IGtQ[q, 0]) &&  !(EqQ[q, 1] && ILtQ[n, 0] &&
 IGtQ[m, 0])

Rubi steps

\begin {align*} \int \frac {x^3}{\log \left (c \left (a+b x^2\right )\right )} \, dx &=\frac {1}{2} \operatorname {Subst}\left (\int \frac {x}{\log (c (a+b x))} \, dx,x,x^2\right )\\ &=\frac {1}{2} \operatorname {Subst}\left (\int \left (-\frac {a}{b \log (c (a+b x))}+\frac {a+b x}{b \log (c (a+b x))}\right ) \, dx,x,x^2\right )\\ &=\frac {\operatorname {Subst}\left (\int \frac {a+b x}{\log (c (a+b x))} \, dx,x,x^2\right )}{2 b}-\frac {a \operatorname {Subst}\left (\int \frac {1}{\log (c (a+b x))} \, dx,x,x^2\right )}{2 b}\\ &=\frac {\operatorname {Subst}\left (\int \frac {x}{\log (c x)} \, dx,x,a+b x^2\right )}{2 b^2}-\frac {a \operatorname {Subst}\left (\int \frac {1}{\log (c x)} \, dx,x,a+b x^2\right )}{2 b^2}\\ &=-\frac {a \text {li}\left (c \left (a+b x^2\right )\right )}{2 b^2 c}+\frac {\operatorname {Subst}\left (\int \frac {e^{2 x}}{x} \, dx,x,\log \left (c \left (a+b x^2\right )\right )\right )}{2 b^2 c^2}\\ &=\frac {\text {Ei}\left (2 \log \left (c \left (a+b x^2\right )\right )\right )}{2 b^2 c^2}-\frac {a \text {li}\left (c \left (a+b x^2\right )\right )}{2 b^2 c}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.09, size = 41, normalized size = 0.91 \[ \frac {\text {Ei}\left (2 \log \left (b c x^2+a c\right )\right )-a c \text {Ei}\left (\log \left (b c x^2+a c\right )\right )}{2 b^2 c^2} \]

Antiderivative was successfully verified.

[In]

Integrate[x^3/Log[c*(a + b*x^2)],x]

[Out]

(-(a*c*ExpIntegralEi[Log[a*c + b*c*x^2]]) + ExpIntegralEi[2*Log[a*c + b*c*x^2]])/(2*b^2*c^2)

________________________________________________________________________________________

fricas [A]  time = 0.43, size = 54, normalized size = 1.20 \[ -\frac {a c \operatorname {log\_integral}\left (b c x^{2} + a c\right ) - \operatorname {log\_integral}\left (b^{2} c^{2} x^{4} + 2 \, a b c^{2} x^{2} + a^{2} c^{2}\right )}{2 \, b^{2} c^{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^3/log(c*(b*x^2+a)),x, algorithm="fricas")

[Out]

-1/2*(a*c*log_integral(b*c*x^2 + a*c) - log_integral(b^2*c^2*x^4 + 2*a*b*c^2*x^2 + a^2*c^2))/(b^2*c^2)

________________________________________________________________________________________

giac [A]  time = 0.16, size = 38, normalized size = 0.84 \[ -\frac {a c {\rm Ei}\left (\log \left ({\left (b x^{2} + a\right )} c\right )\right ) - {\rm Ei}\left (2 \, \log \left ({\left (b x^{2} + a\right )} c\right )\right )}{2 \, b^{2} c^{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^3/log(c*(b*x^2+a)),x, algorithm="giac")

[Out]

-1/2*(a*c*Ei(log((b*x^2 + a)*c)) - Ei(2*log((b*x^2 + a)*c)))/(b^2*c^2)

________________________________________________________________________________________

maple [F]  time = 0.06, size = 0, normalized size = 0.00 \[ \int \frac {x^{3}}{\ln \left (\left (b \,x^{2}+a \right ) c \right )}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^3/ln(c*(b*x^2+a)),x)

[Out]

int(x^3/ln(c*(b*x^2+a)),x)

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {x^{3}}{\log \left ({\left (b x^{2} + a\right )} c\right )}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^3/log(c*(b*x^2+a)),x, algorithm="maxima")

[Out]

integrate(x^3/log((b*x^2 + a)*c), x)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.02 \[ \int \frac {x^3}{\ln \left (c\,\left (b\,x^2+a\right )\right )} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^3/log(c*(a + b*x^2)),x)

[Out]

int(x^3/log(c*(a + b*x^2)), x)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {x^{3}}{\log {\left (a c + b c x^{2} \right )}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**3/ln(c*(b*x**2+a)),x)

[Out]

Integral(x**3/log(a*c + b*c*x**2), x)

________________________________________________________________________________________